-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added BetterDiscord support with a plugin #1708
Conversation
Overrides system doesn't support enums yet
Project-Aurora/Project-Aurora/Profiles/Discord/Control_Discord.xaml.cs
Outdated
Show resolved
Hide resolved
Project-Aurora/Project-Aurora/Profiles/Discord/DiscordApplication.cs
Outdated
Show resolved
Hide resolved
onLibLoaded() { | ||
|
||
this.settings = NeatoLib.Settings.load(this, this.defaultSettings); | ||
NeatoLib.Updates.check(this, "https://raw.githubusercontent.com/Popat0/Discord-GSI/master/AuroraGSI.plugin.js"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why would you want another update check in the js code? Either use the pluginrepo from BD or do the update check here in C#
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You do realize not everyone uses PluginRepo, right? As for Aurora it only is supposed to install the plugin for a first run, not check if it's up to date.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looked through, couldn't find anything major
OwO finally lul |
Attempted a fix by updating the library a couple hours ago, unsure if it worked due to an acute case of lack of computer. Restarting Discord is enough to get the update. |
Adds support for discord status information. Uses only overlays, the regular layers are disabled by default.
Thanks to @Popat0 for writing most of the plugin.